home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / dte48.doc < prev    next >
Text File  |  1995-03-31  |  4KB  |  101 lines

  1. ********************************************************************* 
  2. *                  DOCUMENTATION FILE FOR DTE48                     * 
  3. ********************************************************************* 
  4.  
  5. by Kevin Jessup. 
  6.  
  7. DTE48 is a Dumb Terminal Emulator program for the HP48SX.  "Dumb" 
  8. implies that the terminal cannot be read by a remote system or 
  9. respond to inquiry commands like a VT100. 
  10.  
  11. AT least 3 other "terminal" programs have been posted for the 48SX. 
  12. All have various limitations.  This one is not neccesarily better 
  13. than any of the others.  [Yes, it is!  IMHO, -jkh-] 
  14.  
  15.  
  16. FEATURES 
  17. -------------------------------------------------------------------- 
  18. 1.)    Tramsmits upper and lower case as well as all of the ASCII 
  19.        control characters. 
  20. 2.)    Characters are displayed AS THEY ARRIVE, not only when a full 
  21.        line is available. 
  22. 3.)    The screen can be paused at any time.  This assumes the trans- 
  23.        mitting system handles XON/XOFF protocol and will not time-out 
  24.        and start resending. 
  25. 4.)    7 line by 22 character scrolling display. 
  26.  
  27.  
  28. LIMITATIONS 
  29. -------------------------------------------------------------------- 
  30. 1.)    Probably not 100% reliable at 9600 baud. 
  31. 2.)    Control characters (ASCII 1 thru 26) are not processed and 
  32.        are displayed as a dot.  Checking each individual character 
  33.        so as to process tabs, carriage returns and linefeeds slows 
  34.        it down too much.  An assembly language version is needed. 
  35.  
  36.  
  37. FILES 
  38. -------------------------------------------------------------------- 
  39. There are only three.  DTE48 is the executable.  KEYMAP is a string 
  40. used for keycode translation.  TOGF is a flag toggling function. 
  41. Place the files in the directory of your choice. 
  42.  
  43.  
  44. RUNNING IT 
  45. -------------------------------------------------------------------- 
  46. Setup the 48SX I/O for the required baud rate and enable XON/XOFF 
  47. protocol.  If you don't know what that means, read the manual! 
  48. Hit DTE48 to run. 
  49.  
  50. Characters will be displayed starting on the bottom line and lines 
  51. will scroll upwards as needed. 
  52.  
  53.  
  54. KEY        UNSHIFTED RESULT   LEFT SHIFTED RESULT   RIGHT SHIFTED RESULT 
  55. --------   ----------------   -------------------   -------------------- 
  56. A          a                  A                     ^A (ASCII 1) 
  57. B          b                  B                     ^B (ASCII 2) 
  58. C          c                  C                     ^C (ASCII 3)... 
  59.  
  60. Z          z                  Z                     ^Z (ASCII 26) 
  61.  
  62. 1          1                  ! 
  63. 2          2                  @ 
  64. 3          3                  # 
  65. 4          4                  $ 
  66. 5          5                  % 
  67. 6          6                  ^ 
  68. 7          7                  & 
  69. 8          8                  * 
  70. 9          9                  ( 
  71. 0          0                  ) 
  72. /          /                  ~ 
  73. *          *                  ( 
  74. -          -                  _ 
  75. +          +                  = 
  76. .          .                  < 
  77. SPC        space              > 
  78. <-         backspace          delete 
  79. ENTER      carriage return    linefeed 
  80. DEL        QUIT               QUIT 
  81.  
  82.                                                    
  83. Hitting the ALPHA key will pause the display.  Hit it again to 
  84. continue.  The left shift and right shift keys are active for 
  85. one keystroke only. 
  86.  
  87. All keys not defined above generate a space. 
  88.  
  89.  
  90. DISCLAIMERS 
  91. ------------------------------------------------------------------ 
  92. NOTHING is guaranteed. I may or may not provide new versions. 
  93. Use it at your own risk.  Hack away at it and repost only if 
  94. you give me credit for the original version.  As always, 
  95. donations, government grants, presidential nominations, etc. are 
  96. gratefully accepted. 
  97.  
  98. Kevin Jessup 
  99. 9118 N. 85th St 
  100. Milwaukee, WI 53224 
  101.